Autogenerated HTML docs for v2.51.0-rc0 
diff --git a/DecisionMaking.html b/DecisionMaking.html index dc74c57..9d7ba78 100644 --- a/DecisionMaking.html +++ b/DecisionMaking.html 
@@ -538,7 +538,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/MyFirstContribution.html b/MyFirstContribution.html index d7143d2..c95bae8 100644 --- a/MyFirstContribution.html +++ b/MyFirstContribution.html 
@@ -2256,7 +2256,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/RelNotes/2.51.0.adoc b/RelNotes/2.51.0.adoc index 78b4918..a89d459 100644 --- a/RelNotes/2.51.0.adoc +++ b/RelNotes/2.51.0.adoc 
@@ -64,6 +64,9 @@  * "git for-each-ref" learns "--start-after" option to help  applications that want to page its output.   + * "git switch" and "git restore" are declared to be no longer + experimental. +    Performance, Internal Implementation, Development Support etc.  -------------------------------------------------------------- @@ -269,6 +272,18 @@  few test helper programs are now closed.  (merge 0f1b33815b hl/test-helper-fd-close later to maint).   + * Interactive prompt code did not correctly strip CRLF from the end + of line on Windows. + (merge 711a20827b js/prompt-crlf-fix later to maint). + + * The config API had a set of convenience wrapper functions that + implicitly use the_repository instance; they have been removed and + inlined at the calling sites. + + * "git add/etc -p" now honor the diff.context configuration variable, + and also they learn to honor the -U<n> command-line option. + (merge 2b3ae04011 lm/add-p-context later to maint). +  * Other code cleanup, docfix, build fix, etc.  (merge b257adb571 lo/my-first-ow-doc-update later to maint).  (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint). @@ -299,3 +314,9 @@  (merge 26552cb62a jk/unleak-reflog-expire-entry later to maint).  (merge 339d95fda9 jc/ci-print-test-failures-fix later to maint).  (merge 8c3add51a8 cb/meson-avoid-broken-macos-pcre2 later to maint). + (merge 5247da07b8 ps/meson-clar-decls-fix later to maint). + (merge f3ef347bb2 ch/t7450-recursive-clone-test-fix later to maint). + (merge 4ac3302a1a jc/doc-release-vs-clear later to maint). + (merge 3bdd897413 ms/meson-with-ancient-git-wo-ls-files-dedup later to maint). + (merge cca758d324 kh/doc-fast-import-historical later to maint). + (merge 9b0781196a jc/test-hashmap-is-still-here later to maint). 
diff --git a/ReviewingGuidelines.html b/ReviewingGuidelines.html index cad5c1c..7630cae 100644 --- a/ReviewingGuidelines.html +++ b/ReviewingGuidelines.html 
@@ -683,7 +683,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/SubmittingPatches.html b/SubmittingPatches.html index 75101d5..3f1a7b1 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html 
@@ -1592,7 +1592,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-07-24 21:55:32 -0700 +Last updated 2025-08-04 09:35:50 -0700  </div>  </div>  </body> 
diff --git a/ToolsForGit.html b/ToolsForGit.html index 7e2f78b..33cdfa6 100644 --- a/ToolsForGit.html +++ b/ToolsForGit.html 
@@ -520,7 +520,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/diff-context-options.adoc b/diff-context-options.adoc new file mode 100644 index 0000000..e161260 --- /dev/null +++ b/diff-context-options.adoc 
@@ -0,0 +1,10 @@ +`-U<n>`:: +`--unified=<n>`:: +	Generate diffs with _<n>_ lines of context. Defaults to `diff.context` +	or 3 if the config option is unset. + +`--inter-hunk-context=<n>`:: +	Show the context between diff hunks, up to the specified _<number>_ +	of lines, thereby fusing hunks that are close to each other. +	Defaults to `diff.interHunkContext` or 0 if the config option +	is unset. 
diff --git a/everyday.html b/everyday.html index dfe3e9b..ccd0a72 100644 --- a/everyday.html +++ b/everyday.html 
@@ -457,7 +457,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-add.adoc b/git-add.adoc index eba0b41..b7a7358 100644 --- a/git-add.adoc +++ b/git-add.adoc 
@@ -104,6 +104,8 @@  initial command menu and directly jumps to the `patch` subcommand.  See ``Interactive mode'' for details.   +include::diff-context-options.adoc[] +  `-e`::  `--edit`:: 	Open the diff vs. the index in an editor and let the user 
diff --git a/git-add.html b/git-add.html index d4906c8..9f10d79 100644 --- a/git-add.html +++ b/git-add.html 
@@ -570,6 +570,19 @@  See &#8220;Interactive mode&#8221; for details.</p>  </div>  </dd> +<dt class="hdlist1"><code>-U</code><em>&lt;n&gt;</em></dt> +<dt class="hdlist1"><code>--unified=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Generate diffs with <em>&lt;n&gt;</em> lines of context. Defaults to <code>diff.context</code> +or 3 if the config option is unset.</p> +</dd> +<dt class="hdlist1"><code>--inter-hunk-context=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Show the context between diff hunks, up to the specified <em>&lt;number&gt;</em> +of lines, thereby fusing hunks that are close to each other. +Defaults to <code>diff.interHunkContext</code> or 0 if the config option +is unset.</p> +</dd>  <dt class="hdlist1"><code>-e</code></dt>  <dt class="hdlist1"><code>--edit</code></dt>  <dd> @@ -1030,7 +1043,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-am.html b/git-am.html index 5928b0e..909c1dc 100644 --- a/git-am.html +++ b/git-am.html 
@@ -869,7 +869,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-archimport.html b/git-archimport.html index 12efcb0..ad6ab63 100644 --- a/git-archimport.html +++ b/git-archimport.html 
@@ -591,7 +591,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-archive.html b/git-archive.html index 1161bbf..5873db0 100644 --- a/git-archive.html +++ b/git-archive.html 
@@ -764,7 +764,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-backfill.html b/git-backfill.html index 3b424b0..6e1538f 100644 --- a/git-backfill.html +++ b/git-backfill.html 
@@ -541,7 +541,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-18 15:42:55 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-bisect-lk2009.html b/git-bisect-lk2009.html index 087e0ce..71fe863 100644 --- a/git-bisect-lk2009.html +++ b/git-bisect-lk2009.html 
@@ -2133,7 +2133,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-bisect.html b/git-bisect.html index 32e3708..8919827 100644 --- a/git-bisect.html +++ b/git-bisect.html 
@@ -1091,7 +1091,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-bugreport.html b/git-bugreport.html index 0d31733..8044f2c 100644 --- a/git-bugreport.html +++ b/git-bugreport.html 
@@ -570,7 +570,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-bundle.html b/git-bundle.html index 5e15443..f490042 100644 --- a/git-bundle.html +++ b/git-bundle.html 
@@ -920,7 +920,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-check-attr.html b/git-check-attr.html index 74e5a5e..04144e5 100644 --- a/git-check-attr.html +++ b/git-check-attr.html 
@@ -642,7 +642,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-check-ignore.html b/git-check-ignore.html index fda1b00..a30c186 100644 --- a/git-check-ignore.html +++ b/git-check-ignore.html 
@@ -618,7 +618,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-check-mailmap.html b/git-check-mailmap.html index 1453393..d73f4c9 100644 --- a/git-check-mailmap.html +++ b/git-check-mailmap.html 
@@ -532,7 +532,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-check-ref-format.html b/git-check-ref-format.html index 7b93f66..6edd8b0 100644 --- a/git-check-ref-format.html +++ b/git-check-ref-format.html 
@@ -641,7 +641,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-checkout-index.html b/git-checkout-index.html index 93d594e..1ae9224 100644 --- a/git-checkout-index.html +++ b/git-checkout-index.html 
@@ -693,7 +693,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-checkout.adoc b/git-checkout.adoc index ee83b6d..40e02cf 100644 --- a/git-checkout.adoc +++ b/git-checkout.adoc 
@@ -289,6 +289,8 @@  Note that this option uses the no overlay mode by default (see also  `--overlay`), and currently doesn't support overlay mode.   +include::diff-context-options.adoc[] +  `--ignore-other-worktrees`:: 	`git checkout` refuses when the wanted branch is already checked 	out or otherwise in use by another worktree. This option makes 
diff --git a/git-checkout.html b/git-checkout.html index 11e178c..f833f2f 100644 --- a/git-checkout.html +++ b/git-checkout.html 
@@ -789,6 +789,19 @@  <code>--overlay</code>), and currently doesn&#8217;t support overlay mode.</p>  </div>  </dd> +<dt class="hdlist1"><code>-U</code><em>&lt;n&gt;</em></dt> +<dt class="hdlist1"><code>--unified=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Generate diffs with <em>&lt;n&gt;</em> lines of context. Defaults to <code>diff.context</code> +or 3 if the config option is unset.</p> +</dd> +<dt class="hdlist1"><code>--inter-hunk-context=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Show the context between diff hunks, up to the specified <em>&lt;number&gt;</em> +of lines, thereby fusing hunks that are close to each other. +Defaults to <code>diff.interHunkContext</code> or 0 if the config option +is unset.</p> +</dd>  <dt class="hdlist1"><code>--ignore-other-worktrees</code></dt>  <dd>  <p><code>git</code> <code>checkout</code> refuses when the wanted branch is already checked @@ -1289,7 +1302,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-02 12:42:06 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-cherry-pick.html b/git-cherry-pick.html index 86a3e2e..90c99e3 100644 --- a/git-cherry-pick.html +++ b/git-cherry-pick.html 
@@ -824,7 +824,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-cherry.html b/git-cherry.html index 531cef5..e320f3d 100644 --- a/git-cherry.html +++ b/git-cherry.html 
@@ -631,7 +631,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-citool.html b/git-citool.html index 15b6b0c..81bb7fc 100644 --- a/git-citool.html +++ b/git-citool.html 
@@ -482,7 +482,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-clean.html b/git-clean.html index 5f54016..fe53a46 100644 --- a/git-clean.html +++ b/git-clean.html 
@@ -653,7 +653,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-clone.html b/git-clone.html index fdeee22..54f1215 100644 --- a/git-clone.html +++ b/git-clone.html 
@@ -1151,7 +1151,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-12 16:10:13 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-column.html b/git-column.html index 4811c5d..4e288d7 100644 --- a/git-column.html +++ b/git-column.html 
@@ -669,7 +669,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-03 09:25:29 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-commit-graph.html b/git-commit-graph.html index 8c605f5..32160d8 100644 --- a/git-commit-graph.html +++ b/git-commit-graph.html 
@@ -717,7 +717,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-commit-tree.html b/git-commit-tree.html index 0ddeb1f..1ad4f90 100644 --- a/git-commit-tree.html +++ b/git-commit-tree.html 
@@ -729,7 +729,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-commit.adoc b/git-commit.adoc index dc21902..ae988a8 100644 --- a/git-commit.adoc +++ b/git-commit.adoc 
@@ -76,6 +76,8 @@ 	which changes to commit. See linkgit:git-add[1] for 	details.   +include::diff-context-options.adoc[] +  `-C <commit>`::  `--reuse-message=<commit>`:: 	Take an existing _<commit>_ object, and reuse the log message 
diff --git a/git-commit.html b/git-commit.html index aae05f4..11ab92f 100644 --- a/git-commit.html +++ b/git-commit.html 
@@ -541,6 +541,19 @@  which changes to commit. See <a href="git-add.html">git-add(1)</a> for  details.</p>  </dd> +<dt class="hdlist1"><code>-U</code><em>&lt;n&gt;</em></dt> +<dt class="hdlist1"><code>--unified=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Generate diffs with <em>&lt;n&gt;</em> lines of context. Defaults to <code>diff.context</code> +or 3 if the config option is unset.</p> +</dd> +<dt class="hdlist1"><code>--inter-hunk-context=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Show the context between diff hunks, up to the specified <em>&lt;number&gt;</em> +of lines, thereby fusing hunks that are close to each other. +Defaults to <code>diff.interHunkContext</code> or 0 if the config option +is unset.</p> +</dd>  <dt class="hdlist1"><code>-C</code> <em>&lt;commit&gt;</em></dt>  <dt class="hdlist1"><code>--reuse-message=</code><em>&lt;commit&gt;</em></dt>  <dd> @@ -1407,7 +1420,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-25 15:22:04 -0800 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-config.html b/git-config.html index 1e27e83..c8b7667 100644 --- a/git-config.html +++ b/git-config.html 
@@ -3862,13 +3862,6 @@  Defaults to <code>PERL5LIB</code> to account for the fact that Git for  Windows insists on using its own Perl interpreter.</p>  </dd> -<dt class="hdlist1">core.restrictinheritedhandles</dt> -<dd> -<p>Windows-only: override whether spawned processes inherit only standard -file handles (<code>stdin</code>, <code>stdout</code> and <code>stderr</code>) or all handles. Can be -<code>auto</code>, <code>true</code> or <code>false</code>. Defaults to <code>auto</code>, which means <code>true</code> on -Windows 7 and later, and <code>false</code> on older Windows versions.</p> -</dd>  <dt class="hdlist1">core.createObject</dt>  <dd>  <p>You can set this to <em>link</em>, in which case a hardlink followed by 
diff --git a/git-count-objects.html b/git-count-objects.html index de5ebf1..d8a4a8f 100644 --- a/git-count-objects.html +++ b/git-count-objects.html 
@@ -525,7 +525,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-credential-cache--daemon.html b/git-credential-cache--daemon.html index 5cc16b0..f95d496 100644 --- a/git-credential-cache--daemon.html +++ b/git-credential-cache--daemon.html 
@@ -496,7 +496,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-credential-cache.html b/git-credential-cache.html index 892364d..470ff4d 100644 --- a/git-credential-cache.html +++ b/git-credential-cache.html 
@@ -578,7 +578,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-credential-store.html b/git-credential-store.html index 041ddbd..fb12bb5 100644 --- a/git-credential-store.html +++ b/git-credential-store.html 
@@ -604,7 +604,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-credential.html b/git-credential.html index 38f284e..1042171 100644 --- a/git-credential.html +++ b/git-credential.html 
@@ -809,7 +809,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-cvsexportcommit.html b/git-cvsexportcommit.html index df3db62..21f52c6 100644 --- a/git-cvsexportcommit.html +++ b/git-cvsexportcommit.html 
@@ -614,7 +614,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-cvsimport.html b/git-cvsimport.html index 31338b4..b7e6e30 100644 --- a/git-cvsimport.html +++ b/git-cvsimport.html 
@@ -763,7 +763,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-cvsserver.html b/git-cvsserver.html index 6cf047d..771fa6f 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html 
@@ -1040,7 +1040,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-describe.html b/git-describe.html index 8626784..60ab4d8 100644 --- a/git-describe.html +++ b/git-describe.html 
@@ -721,7 +721,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-diagnose.html b/git-diagnose.html index 038c767..082ff1f 100644 --- a/git-diagnose.html +++ b/git-diagnose.html 
@@ -548,7 +548,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-difftool.html b/git-difftool.html index 8f6bd9c..bfe8f93 100644 --- a/git-difftool.html +++ b/git-difftool.html 
@@ -796,7 +796,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-fast-import.adoc b/git-fast-import.adoc index d232784..6f9763c 100644 --- a/git-fast-import.adoc +++ b/git-fast-import.adoc 
@@ -182,7 +182,7 @@  is able to keep up with fast-import and feed it a constant stream of data,  import times for projects holding 10+ years of history and containing  100,000+ individual commits are generally completed in just 1-2 -hours on quite modest (~$2,000 USD) hardware. +hours on quite modest hardware (~$2,000 USD in 2007).    Most bottlenecks appear to be in foreign source data access (the  source just cannot extract revisions fast enough) or disk IO (fast-import 
diff --git a/git-fast-import.html b/git-fast-import.html index a06e3d5..e032e81 100644 --- a/git-fast-import.html +++ b/git-fast-import.html 
@@ -680,7 +680,7 @@  is able to keep up with fast-import and feed it a constant stream of data,  import times for projects holding 10+ years of history and containing  100,000+ individual commits are generally completed in just 1-2 -hours on quite modest (~$2,000 USD) hardware.</p> +hours on quite modest hardware (~$2,000 USD in 2007).</p>  </div>  <div class="paragraph">  <p>Most bottlenecks appear to be in foreign source data access (the @@ -2608,7 +2608,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-07-24 21:55:32 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-fetch-pack.html b/git-fetch-pack.html index 652083b..507f554 100644 --- a/git-fetch-pack.html +++ b/git-fetch-pack.html 
@@ -623,7 +623,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-fetch.html b/git-fetch.html index 4f3a064..f9ae2f7 100644 --- a/git-fetch.html +++ b/git-fetch.html 
@@ -1820,7 +1820,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-filter-branch.html b/git-filter-branch.html index 56f6ff0..5e111f3 100644 --- a/git-filter-branch.html +++ b/git-filter-branch.html 
@@ -1319,7 +1319,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-fmt-merge-msg.html b/git-fmt-merge-msg.html index 8bd95c6..3e9bfda 100644 --- a/git-fmt-merge-msg.html +++ b/git-fmt-merge-msg.html 
@@ -590,7 +590,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-for-each-ref.adoc b/git-for-each-ref.adoc index ae61ba6..0609409 100644 --- a/git-for-each-ref.adoc +++ b/git-for-each-ref.adoc 
@@ -7,14 +7,14 @@    SYNOPSIS  -------- -[verse] -'git for-each-ref' [--count=<count>] [--shell|--perl|--python|--tcl] +[synopsis] +git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]  [(--sort=<key>)...] [--format=<format>] - [--include-root-refs] [ --stdin | <pattern>... ] - [--points-at=<object>] + [--include-root-refs] [--points-at=<object>]  [--merged[=<object>]] [--no-merged[=<object>]]  [--contains[=<object>]] [--no-contains[=<object>]] - [--exclude=<pattern> ...] [--start-after=<marker>] + [(--exclude=<pattern>)...] [--start-after=<marker>] + [ --stdin | <pattern>... ]    DESCRIPTION  ----------- @@ -114,7 +114,8 @@  deleted, modified or added between invocations. Output will only yield those  references which follow the marker lexicographically. Output begins from the  first reference that would come after the marker alphabetically. Cannot be - used with general pattern matching or custom sort options. + used with `--sort=<key>` or `--stdin` options, or the _<pattern>_ argument(s) + to limit the refs.    FIELD NAMES  ----------- 
diff --git a/git-for-each-ref.html b/git-for-each-ref.html index 09dd0f3..8fc0de5 100644 --- a/git-for-each-ref.html +++ b/git-for-each-ref.html 
@@ -452,13 +452,13 @@  <h2 id="_synopsis">SYNOPSIS</h2>  <div class="sectionbody">  <div class="verseblock"> -<pre class="content"><em>git for-each-ref</em> [--count=&lt;count&gt;] [--shell|--perl|--python|--tcl] - [(--sort=&lt;key&gt;)&#8230;&#8203;] [--format=&lt;format&gt;] - [--include-root-refs] [ --stdin | &lt;pattern&gt;&#8230;&#8203; ] - [--points-at=&lt;object&gt;] - [--merged[=&lt;object&gt;]] [--no-merged[=&lt;object&gt;]] - [--contains[=&lt;object&gt;]] [--no-contains[=&lt;object&gt;]] - [--exclude=&lt;pattern&gt; &#8230;&#8203;] [--start-after=&lt;marker&gt;]</pre> +<pre class="content"><code>git</code> <code>for-each-ref</code> [<code>--count=</code><em>&lt;count&gt;</em>] [<code>--shell</code>|<code>--perl</code>|<code>--python</code>|<code>--tcl</code>] + [(<code>--sort=</code><em>&lt;key&gt;</em>)&#8230;&#8203;] [<code>--format=</code><em>&lt;format&gt;</em>] + [<code>--include-root-refs</code>] [<code>--points-at=</code><em>&lt;object&gt;</em>] + [<code>--merged</code>[<code>=</code><em>&lt;object&gt;</em>]] [<code>--no-merged</code>[<code>=</code><em>&lt;object&gt;</em>]] + [<code>--contains</code>[<code>=</code><em>&lt;object&gt;</em>]] [<code>--no-contains</code>[<code>=</code><em>&lt;object&gt;</em>]] + [(<code>--exclude=</code><em>&lt;pattern&gt;</em>)&#8230;&#8203;] [<code>--start-after=</code><em>&lt;marker&gt;</em>] + [ <code>--stdin</code> | <em>&lt;pattern&gt;</em>&#8230;&#8203; ]</pre>  </div>  </div>  </div> @@ -584,7 +584,8 @@  deleted, modified or added between invocations. Output will only yield those  references which follow the marker lexicographically. Output begins from the  first reference that would come after the marker alphabetically. Cannot be -used with general pattern matching or custom sort options.</p> +used with <code>--sort=</code><em>&lt;key&gt;</em> or <code>--stdin</code> options, or the <em>&lt;pattern&gt;</em> argument(s) +to limit the refs.</p>  </dd>  </dl>  </div> @@ -1147,7 +1148,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-08-03 22:01:44 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-for-each-repo.html b/git-for-each-repo.html index a96722c..0d76e5e 100644 --- a/git-for-each-repo.html +++ b/git-for-each-repo.html 
@@ -539,7 +539,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-fsck-objects.html b/git-fsck-objects.html index 5e9419c..43ccf5b 100644 --- a/git-fsck-objects.html +++ b/git-fsck-objects.html 
@@ -476,7 +476,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-fsck.html b/git-fsck.html index ed0600f..334c294 100644 --- a/git-fsck.html +++ b/git-fsck.html 
@@ -1101,7 +1101,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-fsmonitor--daemon.html b/git-fsmonitor--daemon.html index 0849e2a..f3a995a 100644 --- a/git-fsmonitor--daemon.html +++ b/git-fsmonitor--daemon.html 
@@ -606,7 +606,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-gc.html b/git-gc.html index 9c1c7d0..0f63e79 100644 --- a/git-gc.html +++ b/git-gc.html 
@@ -901,7 +901,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-get-tar-commit-id.html b/git-get-tar-commit-id.html index 9c5e1bb..5a79c13 100644 --- a/git-get-tar-commit-id.html +++ b/git-get-tar-commit-id.html 
@@ -484,7 +484,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-grep.html b/git-grep.html index 4688b1e..d825e85 100644 --- a/git-grep.html +++ b/git-grep.html 
@@ -932,7 +932,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-gui.html b/git-gui.html index c6c3366..37ea97c 100644 --- a/git-gui.html +++ b/git-gui.html 
@@ -612,7 +612,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-hash-object.html b/git-hash-object.html index f1f53f1..58db9c8 100644 --- a/git-hash-object.html +++ b/git-hash-object.html 
@@ -533,7 +533,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-help.html b/git-help.html index 0d1c176..0861f27 100644 --- a/git-help.html +++ b/git-help.html 
@@ -753,7 +753,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-hook.html b/git-hook.html index c4d4bc7..a0e71dc 100644 --- a/git-hook.html +++ b/git-hook.html 
@@ -524,7 +524,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-http-backend.html b/git-http-backend.html index 33f8cee..fc80230 100644 --- a/git-http-backend.html +++ b/git-http-backend.html 
@@ -835,7 +835,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-http-fetch.html b/git-http-fetch.html index a5945be..9e98484 100644 --- a/git-http-fetch.html +++ b/git-http-fetch.html 
@@ -537,7 +537,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-http-push.html b/git-http-push.html index 29a8112..7e7e9bf 100644 --- a/git-http-push.html +++ b/git-http-push.html 
@@ -592,7 +592,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-index-pack.html b/git-index-pack.html index a8abda2..381fef0 100644 --- a/git-index-pack.html +++ b/git-index-pack.html 
@@ -660,7 +660,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-init-db.html b/git-init-db.html index 538e03b..770c2b3 100644 --- a/git-init-db.html +++ b/git-init-db.html 
@@ -476,7 +476,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-init.html b/git-init.html index cc12830..d68880a 100644 --- a/git-init.html +++ b/git-init.html 
@@ -749,7 +749,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-instaweb.html b/git-instaweb.html index 1e2a723..a32c0a8 100644 --- a/git-instaweb.html +++ b/git-instaweb.html 
@@ -572,7 +572,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-interpret-trailers.html b/git-interpret-trailers.html index bbf5ba7..35c4b97 100644 --- a/git-interpret-trailers.html +++ b/git-interpret-trailers.html 
@@ -1085,7 +1085,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-ls-remote.html b/git-ls-remote.html index 2e6d1bb..f0b8630 100644 --- a/git-ls-remote.html +++ b/git-ls-remote.html 
@@ -650,7 +650,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mailinfo.html b/git-mailinfo.html index 1bf5e87..7ad36ed 100644 --- a/git-mailinfo.html +++ b/git-mailinfo.html 
@@ -640,7 +640,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mailsplit.html b/git-mailsplit.html index 2fa82e8..3025d82 100644 --- a/git-mailsplit.html +++ b/git-mailsplit.html 
@@ -538,7 +538,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-maintenance.html b/git-maintenance.html index 7f0f673..521604e 100644 --- a/git-maintenance.html +++ b/git-maintenance.html 
@@ -1119,7 +1119,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-12 14:56:40 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-merge-base.html b/git-merge-base.html index 1f94f1e..ff0bea8 100644 --- a/git-merge-base.html +++ b/git-merge-base.html 
@@ -763,7 +763,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-merge-file.html b/git-merge-file.html index 5775e63..a59ad83 100644 --- a/git-merge-file.html +++ b/git-merge-file.html 
@@ -604,7 +604,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-merge-index.html b/git-merge-index.html index ae7a7f7..7cbd8a2 100644 --- a/git-merge-index.html +++ b/git-merge-index.html 
@@ -558,7 +558,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-merge-one-file.html b/git-merge-one-file.html index acbe0e9..6647e14 100644 --- a/git-merge-one-file.html +++ b/git-merge-one-file.html 
@@ -476,7 +476,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-merge-tree.html b/git-merge-tree.html index 88b9ed5..0395ad0 100644 --- a/git-merge-tree.html +++ b/git-merge-tree.html 
@@ -921,7 +921,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mergetool--lib.html b/git-mergetool--lib.html index b6f2330..86723ff 100644 --- a/git-mergetool--lib.html +++ b/git-mergetool--lib.html 
@@ -522,7 +522,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mergetool.html b/git-mergetool.html index 92cea8f..3440c74 100644 --- a/git-mergetool.html +++ b/git-mergetool.html 
@@ -1018,7 +1018,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-02 12:42:06 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mktag.html b/git-mktag.html index b036ada..dd3308a 100644 --- a/git-mktag.html +++ b/git-mktag.html 
@@ -545,7 +545,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mktree.html b/git-mktree.html index e8d6fc1..c247bbf 100644 --- a/git-mktree.html +++ b/git-mktree.html 
@@ -505,7 +505,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-multi-pack-index.html b/git-multi-pack-index.html index 775e081..e22d5c8 100644 --- a/git-multi-pack-index.html +++ b/git-multi-pack-index.html 
@@ -673,7 +673,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-02 12:42:06 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-mv.html b/git-mv.html index ac7b5c5..0bde99d 100644 --- a/git-mv.html +++ b/git-mv.html 
@@ -545,7 +545,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-23 15:22:37 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-name-rev.html b/git-name-rev.html index d8bb9fe..9dfe698 100644 --- a/git-name-rev.html +++ b/git-name-rev.html 
@@ -590,7 +590,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-notes.html b/git-notes.html index c683439..eb77d07 100644 --- a/git-notes.html +++ b/git-notes.html 
@@ -1041,7 +1041,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-02 12:42:06 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-p4.html b/git-p4.html index 45c62e9..1b91664 100644 --- a/git-p4.html +++ b/git-p4.html 
@@ -1514,7 +1514,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-pack-redundant.html b/git-pack-redundant.html index d875662..e8a2a86 100644 --- a/git-pack-redundant.html +++ b/git-pack-redundant.html 
@@ -538,7 +538,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-patch-id.html b/git-patch-id.html index 88e11c2..d590860 100644 --- a/git-patch-id.html +++ b/git-patch-id.html 
@@ -554,7 +554,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-prune-packed.html b/git-prune-packed.html index 32cf037..07e07f7 100644 --- a/git-prune-packed.html +++ b/git-prune-packed.html 
@@ -516,7 +516,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-prune.html b/git-prune.html index f74cc25..ce06dbb 100644 --- a/git-prune.html +++ b/git-prune.html 
@@ -577,7 +577,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-push.html b/git-push.html index 24b9966..004f35c 100644 --- a/git-push.html +++ b/git-push.html 
@@ -1814,7 +1814,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-quiltimport.html b/git-quiltimport.html index e93a2df..f1d7e0b 100644 --- a/git-quiltimport.html +++ b/git-quiltimport.html 
@@ -533,7 +533,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-range-diff.html b/git-range-diff.html index b161621..b6ae5c3 100644 --- a/git-range-diff.html +++ b/git-range-diff.html 
@@ -832,7 +832,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-read-tree.html b/git-read-tree.html index 74ccd3f..c7fc767 100644 --- a/git-read-tree.html +++ b/git-read-tree.html 
@@ -997,7 +997,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-reflog.html b/git-reflog.html index 18ea2ea..353565f 100644 --- a/git-reflog.html +++ b/git-reflog.html 
@@ -638,7 +638,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-13 15:12:53 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-refs.html b/git-refs.html index eb7aaf0..556d375 100644 --- a/git-refs.html +++ b/git-refs.html 
@@ -575,7 +575,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-27 16:06:53 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-remote-ext.html b/git-remote-ext.html index cc72ff8..b3b3e67 100644 --- a/git-remote-ext.html +++ b/git-remote-ext.html 
@@ -627,7 +627,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-remote-fd.html b/git-remote-fd.html index b0e8a91..725ed77 100644 --- a/git-remote-fd.html +++ b/git-remote-fd.html 
@@ -542,7 +542,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-remote-helpers.html b/git-remote-helpers.html index 419e5ea..7c3120c 100644 --- a/git-remote-helpers.html +++ b/git-remote-helpers.html 
@@ -457,7 +457,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-remote.html b/git-remote.html index 2c5f5e4..f3c1b6f 100644 --- a/git-remote.html +++ b/git-remote.html 
@@ -777,7 +777,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-repack.html b/git-repack.html index a195e54..47c51fe 100644 --- a/git-repack.html +++ b/git-repack.html 
@@ -799,7 +799,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-18 14:54:41 -0700 +Last updated 2025-06-24 11:24:02 -0700  </div>  </div>  </body> 
diff --git a/git-replace.html b/git-replace.html index 38445df..00efe46 100644 --- a/git-replace.html +++ b/git-replace.html 
@@ -669,7 +669,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-request-pull.html b/git-request-pull.html index f33756c..c088c3c 100644 --- a/git-request-pull.html +++ b/git-request-pull.html 
@@ -563,7 +563,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-rerere.html b/git-rerere.html index 7e7726d..bd5e654 100644 --- a/git-rerere.html +++ b/git-rerere.html 
@@ -713,7 +713,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-reset.adoc b/git-reset.adoc index 53ab88c..50e8a0b 100644 --- a/git-reset.adoc +++ b/git-reset.adoc 
@@ -125,6 +125,8 @@ 	separated with _NUL_ character and all other characters are taken 	literally (including newlines and quotes).   +include::diff-context-options.adoc[] +  `--`:: 	Do not interpret any more arguments as options.   
diff --git a/git-reset.html b/git-reset.html index 68d4fc6..ab59c58 100644 --- a/git-reset.html +++ b/git-reset.html 
@@ -605,6 +605,19 @@  separated with <em>NUL</em> character and all other characters are taken  literally (including newlines and quotes).</p>  </dd> +<dt class="hdlist1"><code>-U</code><em>&lt;n&gt;</em></dt> +<dt class="hdlist1"><code>--unified=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Generate diffs with <em>&lt;n&gt;</em> lines of context. Defaults to <code>diff.context</code> +or 3 if the config option is unset.</p> +</dd> +<dt class="hdlist1"><code>--inter-hunk-context=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Show the context between diff hunks, up to the specified <em>&lt;number&gt;</em> +of lines, thereby fusing hunks that are close to each other. +Defaults to <code>diff.interHunkContext</code> or 0 if the config option +is unset.</p> +</dd>  <dt class="hdlist1"><code>--</code></dt>  <dd>  <p>Do not interpret any more arguments as options.</p> @@ -1145,7 +1158,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-23 15:22:37 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-restore.adoc b/git-restore.adoc index 877b777..961eef0 100644 --- a/git-restore.adoc +++ b/git-restore.adoc 
@@ -28,8 +28,6 @@  See "Reset, restore and revert" in linkgit:git[1] for the differences  between the three commands.   -THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. -  OPTIONS  -------  `-s <tree>`:: @@ -52,6 +50,8 @@ 	Mode" section of linkgit:git-add[1] to learn how to operate 	the `--patch` mode.   +include::diff-context-options.adoc[] +  `-W`::  `--worktree`::  `-S`:: 
diff --git a/git-restore.html b/git-restore.html index 31084bb..f660f94 100644 --- a/git-restore.html +++ b/git-restore.html 
@@ -479,9 +479,6 @@  <p>See "Reset, restore and revert" in <a href="git.html">git(1)</a> for the differences  between the three commands.</p>  </div> -<div class="paragraph"> -<p>THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.</p> -</div>  </div>  </div>  <div class="sect1"> @@ -513,6 +510,19 @@  Mode" section of <a href="git-add.html">git-add(1)</a> to learn how to operate  the <code>--patch</code> mode.</p>  </dd> +<dt class="hdlist1"><code>-U</code><em>&lt;n&gt;</em></dt> +<dt class="hdlist1"><code>--unified=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Generate diffs with <em>&lt;n&gt;</em> lines of context. Defaults to <code>diff.context</code> +or 3 if the config option is unset.</p> +</dd> +<dt class="hdlist1"><code>--inter-hunk-context=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Show the context between diff hunks, up to the specified <em>&lt;number&gt;</em> +of lines, thereby fusing hunks that are close to each other. +Defaults to <code>diff.interHunkContext</code> or 0 if the config option +is unset.</p> +</dd>  <dt class="hdlist1"><code>-W</code></dt>  <dt class="hdlist1"><code>--worktree</code></dt>  <dt class="hdlist1"><code>-S</code></dt> @@ -734,7 +744,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-07 15:21:58 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-rev-parse.html b/git-rev-parse.html index ee45a91..3ec7fba 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html 
@@ -1661,7 +1661,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-revert.html b/git-revert.html index e07c838..f9bf0a1 100644 --- a/git-revert.html +++ b/git-revert.html 
@@ -706,7 +706,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-rm.html b/git-rm.html index d33c6ab..7c8447b 100644 --- a/git-rm.html +++ b/git-rm.html 
@@ -720,7 +720,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-23 15:22:37 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-send-pack.html b/git-send-pack.html index a6eebc9..d2324ab 100644 --- a/git-send-pack.html +++ b/git-send-pack.html 
@@ -656,7 +656,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-sh-i18n--envsubst.html b/git-sh-i18n--envsubst.html index 23dc00f..479b28e 100644 --- a/git-sh-i18n--envsubst.html +++ b/git-sh-i18n--envsubst.html 
@@ -493,7 +493,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-sh-i18n.html b/git-sh-i18n.html index 55fa332..c7dc06c 100644 --- a/git-sh-i18n.html +++ b/git-sh-i18n.html 
@@ -507,7 +507,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-sh-setup.html b/git-sh-setup.html index 59e7e7d..34fa0c2 100644 --- a/git-sh-setup.html +++ b/git-sh-setup.html 
@@ -571,7 +571,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-shell.html b/git-shell.html index 613c370..84118af 100644 --- a/git-shell.html +++ b/git-shell.html 
@@ -587,7 +587,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-show-branch.html b/git-show-branch.html index 811cb83..44bbc92 100644 --- a/git-show-branch.html +++ b/git-show-branch.html 
@@ -716,7 +716,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-show-index.html b/git-show-index.html index 204b30a..48bdeea 100644 --- a/git-show-index.html +++ b/git-show-index.html 
@@ -532,7 +532,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-show-ref.html b/git-show-ref.html index b94d7c5..5704d5d 100644 --- a/git-show-ref.html +++ b/git-show-ref.html 
@@ -712,7 +712,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-sparse-checkout.html b/git-sparse-checkout.html index e15ae58..c900d84 100644 --- a/git-sparse-checkout.html +++ b/git-sparse-checkout.html 
@@ -1045,7 +1045,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-stage.html b/git-stage.html index 5dcb931..7e87f65 100644 --- a/git-stage.html +++ b/git-stage.html 
@@ -476,7 +476,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-stash.adoc b/git-stash.adoc index e5e6c9d..e2300a1 100644 --- a/git-stash.adoc +++ b/git-stash.adoc 
@@ -222,6 +222,8 @@  The `--patch` option implies `--keep-index`. You can use  `--no-keep-index` to override this.   +include::diff-context-options.adoc[] +  -S::  --staged:: 	This option is only valid for `push` and `save` commands. 
diff --git a/git-stash.html b/git-stash.html index 31b9675..83546fe 100644 --- a/git-stash.html +++ b/git-stash.html 
@@ -701,6 +701,19 @@  <code>--no-keep-index</code> to override this.</p>  </div>  </dd> +<dt class="hdlist1"><code>-U</code><em>&lt;n&gt;</em></dt> +<dt class="hdlist1"><code>--unified=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Generate diffs with <em>&lt;n&gt;</em> lines of context. Defaults to <code>diff.context</code> +or 3 if the config option is unset.</p> +</dd> +<dt class="hdlist1"><code>--inter-hunk-context=</code><em>&lt;n&gt;</em></dt> +<dd> +<p>Show the context between diff hunks, up to the specified <em>&lt;number&gt;</em> +of lines, thereby fusing hunks that are close to each other. +Defaults to <code>diff.interHunkContext</code> or 0 if the config option +is unset.</p> +</dd>  <dt class="hdlist1">-S</dt>  <dt class="hdlist1">--staged</dt>  <dd> @@ -990,7 +1003,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-30 16:59:08 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-status.html b/git-status.html index 86efaf6..43cf93f 100644 --- a/git-status.html +++ b/git-status.html 
@@ -1160,7 +1160,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-stripspace.html b/git-stripspace.html index ae43de6..50102b4 100644 --- a/git-stripspace.html +++ b/git-stripspace.html 
@@ -580,7 +580,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-02 12:42:06 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-submodule.html b/git-submodule.html index bf0c2e1..9bbdf7f 100644 --- a/git-submodule.html +++ b/git-submodule.html 
@@ -1040,7 +1040,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-svn.html b/git-svn.html index ff98372..659cc20 100644 --- a/git-svn.html +++ b/git-svn.html 
@@ -1978,7 +1978,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-switch.adoc b/git-switch.adoc index 9f62abf..87707e9 100644 --- a/git-switch.adoc +++ b/git-switch.adoc 
@@ -29,8 +29,6 @@  however if the operation leads to loss of local changes, unless told  otherwise with `--discard-changes` or `--merge`.   -THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. -  OPTIONS  -------  _<branch>_:: 
diff --git a/git-switch.html b/git-switch.html index 28e74ab..6bde7c7 100644 --- a/git-switch.html +++ b/git-switch.html 
@@ -479,9 +479,6 @@  however if the operation leads to loss of local changes, unless told  otherwise with <code>--discard-changes</code> or <code>--merge</code>.</p>  </div> -<div class="paragraph"> -<p>THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.</p> -</div>  </div>  </div>  <div class="sect1"> @@ -874,7 +871,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-02 12:42:06 -0700 +Last updated 2025-08-04 09:35:46 -0700  </div>  </div>  </body> 
diff --git a/git-symbolic-ref.html b/git-symbolic-ref.html index ab0cb17..cf684ac 100644 --- a/git-symbolic-ref.html +++ b/git-symbolic-ref.html 
@@ -561,7 +561,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-tools.html b/git-tools.html index bcf1437..2f6daa9 100644 --- a/git-tools.html +++ b/git-tools.html 
@@ -457,7 +457,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-unpack-file.html b/git-unpack-file.html index 06604f1..0e0725f 100644 --- a/git-unpack-file.html +++ b/git-unpack-file.html 
@@ -490,7 +490,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-unpack-objects.html b/git-unpack-objects.html index 73ec6e4..ef7e2fa 100644 --- a/git-unpack-objects.html +++ b/git-unpack-objects.html 
@@ -520,7 +520,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-update-index.html b/git-update-index.html index f1203e0..cdd8921 100644 --- a/git-update-index.html +++ b/git-update-index.html 
@@ -1227,7 +1227,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-update-ref.html b/git-update-ref.html index 1a92df6..cc0b642 100644 --- a/git-update-ref.html +++ b/git-update-ref.html 
@@ -729,7 +729,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-16 14:42:40 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-update-server-info.html b/git-update-server-info.html index 1d200c8..ad2df76 100644 --- a/git-update-server-info.html +++ b/git-update-server-info.html 
@@ -513,7 +513,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-upload-archive.html b/git-upload-archive.html index 95d5512..eb00f74 100644 --- a/git-upload-archive.html +++ b/git-upload-archive.html 
@@ -538,7 +538,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-upload-pack.html b/git-upload-pack.html index 249b838..bc217d3 100644 --- a/git-upload-pack.html +++ b/git-upload-pack.html 
@@ -582,7 +582,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-var.html b/git-var.html index f6364bd..ada329e 100644 --- a/git-var.html +++ b/git-var.html 
@@ -589,7 +589,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-verify-commit.html b/git-verify-commit.html index 00c06f9..7b09b50 100644 --- a/git-verify-commit.html +++ b/git-verify-commit.html 
@@ -495,7 +495,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-verify-pack.html b/git-verify-pack.html index 0889e71..1dbf5ea 100644 --- a/git-verify-pack.html +++ b/git-verify-pack.html 
@@ -525,7 +525,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-verify-tag.html b/git-verify-tag.html index 309c7cd..03e67c2 100644 --- a/git-verify-tag.html +++ b/git-verify-tag.html 
@@ -495,7 +495,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-version.html b/git-version.html index fe862a6..875477b 100644 --- a/git-version.html +++ b/git-version.html 
@@ -502,7 +502,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-16 14:42:40 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-web--browse.html b/git-web--browse.html index 57699ba..4dd5d37 100644 --- a/git-web--browse.html +++ b/git-web--browse.html 
@@ -642,7 +642,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-worktree.html b/git-worktree.html index 5a6af35..3f0aacb 100644 --- a/git-worktree.html +++ b/git-worktree.html 
@@ -1097,7 +1097,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git-write-tree.html b/git-write-tree.html index 09c1ad1..fa2f637 100644 --- a/git-write-tree.html +++ b/git-write-tree.html 
@@ -507,7 +507,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-27 15:29:51 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/git.html b/git.html index 62718e7..37e0aa0 100644 --- a/git.html +++ b/git.html 
@@ -2699,7 +2699,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-21 13:44:53 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitcli.html b/gitcli.html index ac79093..9aed41a 100644 --- a/gitcli.html +++ b/gitcli.html 
@@ -789,7 +789,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitcore-tutorial.html b/gitcore-tutorial.html index 0bc59ff..b44d83e 100644 --- a/gitcore-tutorial.html +++ b/gitcore-tutorial.html 
@@ -2633,7 +2633,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitcredentials.html b/gitcredentials.html index 387ed39..4df81cc 100644 --- a/gitcredentials.html +++ b/gitcredentials.html 
@@ -899,7 +899,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-18 14:54:41 -0700 +Last updated 2025-06-24 11:24:02 -0700  </div>  </div>  </body> 
diff --git a/gitcvs-migration.html b/gitcvs-migration.html index af5c46e..0a75d80 100644 --- a/gitcvs-migration.html +++ b/gitcvs-migration.html 
@@ -728,7 +728,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitdiffcore.html b/gitdiffcore.html index 380a6c8..0092541 100644 --- a/gitdiffcore.html +++ b/gitdiffcore.html 
@@ -867,7 +867,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/giteveryday.html b/giteveryday.html index 704e971..5126da4 100644 --- a/giteveryday.html +++ b/giteveryday.html 
@@ -1139,7 +1139,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitfaq.html b/gitfaq.html index 4c998e1..a8ca236 100644 --- a/gitfaq.html +++ b/gitfaq.html 
@@ -1161,7 +1161,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitformat-bundle.html b/gitformat-bundle.html index b035444..2386136 100644 --- a/gitformat-bundle.html +++ b/gitformat-bundle.html 
@@ -593,7 +593,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitformat-chunk.html b/gitformat-chunk.html index 2a63cfe..03c29fc 100644 --- a/gitformat-chunk.html +++ b/gitformat-chunk.html 
@@ -626,7 +626,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitformat-commit-graph.html b/gitformat-commit-graph.html index 68d65c2..45222fe 100644 --- a/gitformat-commit-graph.html +++ b/gitformat-commit-graph.html 
@@ -774,7 +774,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitformat-index.html b/gitformat-index.html index 90add2d..bdb263a 100644 --- a/gitformat-index.html +++ b/gitformat-index.html 
@@ -1193,7 +1193,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitformat-pack.html b/gitformat-pack.html index aaeaa5a..7aefd9f 100644 --- a/gitformat-pack.html +++ b/gitformat-pack.html 
@@ -1462,7 +1462,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitformat-signature.html b/gitformat-signature.html index a72af1f..008763d 100644 --- a/gitformat-signature.html +++ b/gitformat-signature.html 
@@ -756,7 +756,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/githooks.html b/githooks.html index ee2cdbb..23be8fe 100644 --- a/githooks.html +++ b/githooks.html 
@@ -1400,7 +1400,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitignore.html b/gitignore.html index e155cc6..c4a76f5 100644 --- a/gitignore.html +++ b/gitignore.html 
@@ -769,7 +769,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitmailmap.html b/gitmailmap.html index a18e6e3..8bf5b14 100644 --- a/gitmailmap.html +++ b/gitmailmap.html 
@@ -642,7 +642,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitmodules.html b/gitmodules.html index a4e0c59..749e871 100644 --- a/gitmodules.html +++ b/gitmodules.html 
@@ -635,7 +635,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitnamespaces.html b/gitnamespaces.html index 1e90de7..7c01322 100644 --- a/gitnamespaces.html +++ b/gitnamespaces.html 
@@ -569,7 +569,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitpacking.html b/gitpacking.html index 1fe05b1..a592276 100644 --- a/gitpacking.html +++ b/gitpacking.html 
@@ -821,7 +821,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitprotocol-capabilities.html b/gitprotocol-capabilities.html index 5121aa1..da0b9b6 100644 --- a/gitprotocol-capabilities.html +++ b/gitprotocol-capabilities.html 
@@ -976,7 +976,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitprotocol-common.html b/gitprotocol-common.html index bab0ee6..8a76e56 100644 --- a/gitprotocol-common.html +++ b/gitprotocol-common.html 
@@ -605,7 +605,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-26 00:41:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitprotocol-http.html b/gitprotocol-http.html index 4bbf7ed..8b8062e 100644 --- a/gitprotocol-http.html +++ b/gitprotocol-http.html 
@@ -1204,7 +1204,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitprotocol-pack.html b/gitprotocol-pack.html index 60f8512..5c2ccb2 100644 --- a/gitprotocol-pack.html +++ b/gitprotocol-pack.html 
@@ -1358,7 +1358,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitprotocol-v2.html b/gitprotocol-v2.html index 9aa5622..f16ff3e 100644 --- a/gitprotocol-v2.html +++ b/gitprotocol-v2.html 
@@ -1602,7 +1602,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-18 14:54:41 -0700 +Last updated 2025-06-24 11:24:02 -0700  </div>  </div>  </body> 
diff --git a/gitrepository-layout.html b/gitrepository-layout.html index 127c98b..0e618c7 100644 --- a/gitrepository-layout.html +++ b/gitrepository-layout.html 
@@ -932,7 +932,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-10 09:41:59 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitrevisions.html b/gitrevisions.html index 13b1a96..35dd83a 100644 --- a/gitrevisions.html +++ b/gitrevisions.html 
@@ -1037,7 +1037,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitsubmodules.html b/gitsubmodules.html index 6a850bf..f3f8ebf 100644 --- a/gitsubmodules.html +++ b/gitsubmodules.html 
@@ -867,7 +867,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gittutorial-2.html b/gittutorial-2.html index b2f5a70..034a57a 100644 --- a/gittutorial-2.html +++ b/gittutorial-2.html 
@@ -978,7 +978,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gittutorial.html b/gittutorial.html index 1055f76..c69b2a5 100644 --- a/gittutorial.html +++ b/gittutorial.html 
@@ -1315,7 +1315,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/gitworkflows.html b/gitworkflows.html index 30449ed..ed8924f 100644 --- a/gitworkflows.html +++ b/gitworkflows.html 
@@ -1067,7 +1067,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/howto-index.html b/howto-index.html index b1bfcdd..8baa301 100644 --- a/howto-index.html +++ b/howto-index.html 
@@ -622,7 +622,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:27:49 -0700 +Last updated 2025-08-04 09:35:50 -0700  </div>  </div>  </body> 
diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html index e4ff98e..53ecc86e 100644 --- a/howto/coordinate-embargoed-releases.html +++ b/howto/coordinate-embargoed-releases.html 
@@ -736,7 +736,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:16 -0700 +Last updated 2025-08-04 09:36:14 -0700  </div>  </div>  </body> 
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index e366ddc..1f6d180 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html 
@@ -703,7 +703,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:16 -0700 +Last updated 2025-08-04 09:36:14 -0700  </div>  </div>  </body> 
diff --git a/howto/maintain-git.html b/howto/maintain-git.html index 8c6c8e1..fec9354 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html 
@@ -1324,7 +1324,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:16 -0700 +Last updated 2025-08-04 09:36:14 -0700  </div>  </div>  </body> 
diff --git a/howto/new-command.html b/howto/new-command.html index dce8bc2..41de3f9 100644 --- a/howto/new-command.html +++ b/howto/new-command.html 
@@ -582,7 +582,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:14 -0700 +Last updated 2025-08-04 09:36:12 -0700  </div>  </div>  </body> 
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index f8951f1..d1fa99c 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html 
@@ -654,7 +654,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:16 -0700 +Last updated 2025-08-04 09:36:14 -0700  </div>  </div>  </body> 
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index 684dea2..9b5e9d2 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html 
@@ -561,7 +561,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:16 -0700 +Last updated 2025-08-04 09:36:14 -0700  </div>  </div>  </body> 
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index 90bf333..73af584 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html 
@@ -639,7 +639,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index 9ab8421..c2691b1 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html 
@@ -965,7 +965,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index 84b2da7..2e6656e 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html 
@@ -827,7 +827,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index 5b23ef2..afee783 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html 
@@ -647,7 +647,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 9dcde93..89464cd 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html 
@@ -566,7 +566,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 75dea1a..6a4e22d 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html 
@@ -880,7 +880,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index 04a96ad..f078e13 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html 
@@ -646,7 +646,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index e0f1a84..cf408fe 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html 
@@ -522,7 +522,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index 3c568f6..9586410 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html 
@@ -552,7 +552,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index fcd3f29..e0cc6c8 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html 
@@ -710,7 +710,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:28:15 -0700 +Last updated 2025-08-04 09:36:13 -0700  </div>  </div>  </body> 
diff --git a/scalar.html b/scalar.html index d77f39e..1818501 100644 --- a/scalar.html +++ b/scalar.html 
@@ -725,7 +725,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-23 17:05:02 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/api-error-handling.html b/technical/api-error-handling.html index 04e5a50..f9cc287 100644 --- a/technical/api-error-handling.html +++ b/technical/api-error-handling.html 
@@ -591,7 +591,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/api-index.html b/technical/api-index.html index fd7183b..3d736df 100644 --- a/technical/api-index.html +++ b/technical/api-index.html 
@@ -468,7 +468,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-16 09:27:51 -0700 +Last updated 2025-08-04 09:35:52 -0700  </div>  </div>  </body> 
diff --git a/technical/api-merge.html b/technical/api-merge.html index 99d49b0..622650a 100644 --- a/technical/api-merge.html +++ b/technical/api-merge.html 
@@ -505,7 +505,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/api-parse-options.html b/technical/api-parse-options.html index b360330..24a6ac1 100644 --- a/technical/api-parse-options.html +++ b/technical/api-parse-options.html 
@@ -925,7 +925,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-24 18:27:36 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/api-path-walk.html b/technical/api-path-walk.html index 09ddbcb..e2d9cfa 100644 --- a/technical/api-path-walk.html +++ b/technical/api-path-walk.html 
@@ -545,7 +545,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-18 14:54:41 -0700 +Last updated 2025-06-24 11:24:02 -0700  </div>  </div>  </body> 
diff --git a/technical/api-simple-ipc.html b/technical/api-simple-ipc.html index 8cd3ba2..1cda862 100644 --- a/technical/api-simple-ipc.html +++ b/technical/api-simple-ipc.html 
@@ -566,7 +566,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-10 09:41:59 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/api-trace2.html b/technical/api-trace2.html index 1288e29..3878e26 100644 --- a/technical/api-trace2.html +++ b/technical/api-trace2.html 
@@ -2064,7 +2064,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/bitmap-format.html b/technical/bitmap-format.html index 80f2ce7..f1a33f5 100644 --- a/technical/bitmap-format.html +++ b/technical/bitmap-format.html 
@@ -1086,7 +1086,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/build-systems.html b/technical/build-systems.html index 8935fff..46db547 100644 --- a/technical/build-systems.html +++ b/technical/build-systems.html 
@@ -937,7 +937,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-06-18 14:54:41 -0700 +Last updated 2025-06-24 11:24:02 -0700  </div>  </div>  </body> 
diff --git a/technical/bundle-uri.html b/technical/bundle-uri.html index 2aa0123..dd664ab 100644 --- a/technical/bundle-uri.html +++ b/technical/bundle-uri.html 
@@ -1218,7 +1218,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-05-20 15:10:14 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/hash-function-transition.html b/technical/hash-function-transition.html index 27ea372..02f68bc 100644 --- a/technical/hash-function-transition.html +++ b/technical/hash-function-transition.html 
@@ -1805,7 +1805,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-10 09:41:59 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/long-running-process-protocol.html b/technical/long-running-process-protocol.html index 2073520..edb3dae 100644 --- a/technical/long-running-process-protocol.html +++ b/technical/long-running-process-protocol.html 
@@ -504,7 +504,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/multi-pack-index.html b/technical/multi-pack-index.html index efe6542..594aab9 100644 --- a/technical/multi-pack-index.html +++ b/technical/multi-pack-index.html 
@@ -813,7 +813,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-04-08 12:12:27 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/pack-heuristics.html b/technical/pack-heuristics.html index 0257579..18b2b27 100644 --- a/technical/pack-heuristics.html +++ b/technical/pack-heuristics.html 
@@ -1210,7 +1210,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/parallel-checkout.html b/technical/parallel-checkout.html index c1b5f6b..1687a67 100644 --- a/technical/parallel-checkout.html +++ b/technical/parallel-checkout.html 
@@ -798,7 +798,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/partial-clone.html b/technical/partial-clone.html index c3688f3..6e37335 100644 --- a/technical/partial-clone.html +++ b/technical/partial-clone.html 
@@ -947,7 +947,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-03-10 09:41:59 -0700 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/platform-support.html b/technical/platform-support.html index 0e01a35..81f96b4 100644 --- a/technical/platform-support.html +++ b/technical/platform-support.html 
@@ -722,7 +722,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/racy-git.html b/technical/racy-git.html index 49408c1..393e425 100644 --- a/technical/racy-git.html +++ b/technical/racy-git.html 
@@ -690,7 +690,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/reftable.html b/technical/reftable.html index a557d5d..f601518 100644 --- a/technical/reftable.html +++ b/technical/reftable.html 
@@ -1994,7 +1994,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/scalar.html b/technical/scalar.html index 63b057a..9205cba 100644 --- a/technical/scalar.html +++ b/technical/scalar.html 
@@ -539,7 +539,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/send-pack-pipeline.html b/technical/send-pack-pipeline.html index ae9acf6..eab5598 100644 --- a/technical/send-pack-pipeline.html +++ b/technical/send-pack-pipeline.html 
@@ -528,7 +528,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/shallow.html b/technical/shallow.html index 7c5d32a..0fd9098 100644 --- a/technical/shallow.html +++ b/technical/shallow.html 
@@ -520,7 +520,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/trivial-merge.html b/technical/trivial-merge.html index 0e326a1..1b7b70c 100644 --- a/technical/trivial-merge.html +++ b/technical/trivial-merge.html 
@@ -601,7 +601,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/technical/unit-tests.html b/technical/unit-tests.html index a9306d0..ca142ae 100644 --- a/technical/unit-tests.html +++ b/technical/unit-tests.html 
@@ -924,7 +924,7 @@  </div>  <div id="footer">  <div id="footer-text"> -Last updated 2025-02-14 21:38:14 -0800 +Last updated 2025-06-20 18:10:42 -0700  </div>  </div>  </body> 
diff --git a/user-manual.adoc b/user-manual.adoc index 8d00a9e..7696987 100644 --- a/user-manual.adoc +++ b/user-manual.adoc 
@@ -4270,7 +4270,7 @@  it does.    ------------------------------------------------------------------ - git_config(git_default_config); + repo_config(the_repository, git_default_config);  if (argc != 3) 	usage("git cat-file [-t|-s|-e|-p|<type>] <sha1>");  if (get_sha1(argv[2], sha1)) 
diff --git a/user-manual.html b/user-manual.html index e451b82..092f99b 100644 --- a/user-manual.html +++ b/user-manual.html 
@@ -3060,7 +3060,7 @@  </li></ul></div>  <p>So, look into <code class="literal">builtin/cat-file.c</code>, search for <code class="literal">cmd_cat_file</code>() and look what  it does.</p> -<pre class="screen"> git_config(git_default_config); +<pre class="screen"> repo_config(the_repository, git_default_config);  if (argc != 3)  usage("git cat-file [-t|-s|-e|-p|&lt;type&gt;] &lt;sha1&gt;");  if (get_sha1(argv[2], sha1))